home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #6 / K-CD-6-2003.BIN / IGI 2 / Setup.exe / Main / BuildAll.bat < prev    next >
Encoding:
DOS Batch File  |  2002-12-13  |  392 b   |  42 lines

  1. cd english
  2. call buildres.bat
  3. cd..
  4.  
  5. cd spanish
  6. call buildres.bat
  7. cd..
  8.  
  9. cd german
  10. call buildres.bat
  11. cd..
  12.  
  13. cd italian
  14. call buildres.bat
  15. cd..
  16.  
  17. cd french
  18. call buildres.bat
  19. cd..
  20.  
  21. cd usa
  22. call buildres.bat
  23. cd..
  24.  
  25. cd norwegian
  26. call buildres.bat
  27. cd..
  28.  
  29. cd finnish
  30. call buildres.bat
  31. cd..
  32.  
  33. cd swedish
  34. call buildres.bat
  35. cd..
  36.  
  37. cd danish
  38. call buildres.bat
  39. cd..
  40.  
  41. pause
  42.